Skip to main content

Connections

The Connections modal in Synergy IDE allows you to manage external data connections for your project.

Overview

This modal helps define and manage reusable connection configurations for integrating Synergy forms and flows with external systems such as REST APIs, databases, or SAP.

Each connection is listed on the left. Selecting a connection opens its editable properties on the right side.

The modal contains the following sections:

  • Search Bar: Allows searching existing connections by name
  • Connection List: Lists all created connections (REST, ODBC, SAP, etc.)
  • Connection Properties: Shows Name and Description of the selected connection
  • Tabs:
    • General: Basic info (name/description)
    • Connection Information: Configuration fields (type-specific)
    • Headers: HTTP headers (if applicable)

Toolbar Options

  • Add: Creates a new connection
  • Test: Verifies connection configuration
  • Save: Persists the current connection setup
  • Close (X): Exits the modal without saving

Example Screenshot

Connections Modal

Supported data source types include:

  • REST APIs
  • Microsoft SQL Server (MSSQL)
  • MySQL
  • Oracle
  • ODBC (Generic)
  • SAP (RFC Connections)

Each type has unique fields such as base URL, credentials, headers, or connection strings.

See Also

  • #linkDocument (DeveloperGuides.IDE.TopMenu.Tools.Connections)
  • #linkDocument (DeveloperGuides.IDE.TopMenu.Tools.Connections.FAQs)
  • #linkDocument (DeveloperGuides.IDE.TopMenu.Tools.Connections.HowTos)

FAQs

How To's